PowerTools CalendarGrid for Windows Forms 1.0J
ListItem コンストラクタ(Object[],Int32,Object,Color,Color,Int32,Font,GradientEffect,String,Object,Boolean)

SubItem のコレクション。
ListItem のインデントを表す System.Int32 値。
ListItem のイメージを表す object 値。
ListItem の背景色を表す System.Drawing.Color 値。
ListItem の前景色を表す System.Drawing.Color 値。
ListItem の高さを表す System.Int32 値。
ListItem のフォントを表す Font 値。
ListItem のグラデーション効果を表す GradientEffect
ListItem のツールチップテキストを表す System.String 値。
ListItem のタグを表す object 値。
ListItem が表示されるかどうかを表す bool 値。
指定した設定を使用して、ListItem クラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal subItems() As Object, _
   ByVal indent As Integer, _
   ByVal image As Object, _
   ByVal backColor As Color, _
   ByVal foreColor As Color, _
   ByVal height As Integer, _
   ByVal font As Font, _
   ByVal gradientEffect As GradientEffect, _
   ByVal toolTipText As String, _
   ByVal tag As Object, _
   ByVal visible As Boolean _
)

パラメータ

subItems
SubItem のコレクション。
indent
ListItem のインデントを表す System.Int32 値。
image
ListItem のイメージを表す object 値。
backColor
ListItem の背景色を表す System.Drawing.Color 値。
foreColor
ListItem の前景色を表す System.Drawing.Color 値。
height
ListItem の高さを表す System.Int32 値。
font
ListItem のフォントを表す Font 値。
gradientEffect
ListItem のグラデーション効果を表す GradientEffect
toolTipText
ListItem のツールチップテキストを表す System.String 値。
tag
ListItem のタグを表す object 値。
visible
ListItem が表示されるかどうかを表す bool 値。
参照

ListItem クラス
ListItem メンバ
オーバーロード一覧

 

 


© 2014 GrapeCity inc. All rights reserved.